.banner {
	position: relative;
}

.banner img {
	width: 100%;
}

.Public_head {
	text-align: center;
}

.Public_head h3 {
	font-weight: normal;
	font-size: 28px;
	color: #f7b500;
	letter-spacing: 1px;
	line-height: 1.6;
}

.Public_head p {
	font-size: 20px;
	color: #999;
	line-height: 1.6;
}

.Whole_house ul li {
	width: 20%;
	text-align: center;
}

.Whole_house ul li p {
	color: #000000;
}

.Furniture {
	background-color: #f7f7f9;
}

.Furniture_main {
	align-items: flex-start;
}

.Furniture_nav h3 {
	font-weight: normal;
	font-size: 18px;
	line-height: 1.6;
	margin-bottom: 10px;
	text-align: justify;
}

.Furniture_main .seach_box {
	width: 100%;
}

.Furniture_main .seach_box {
	background: #FFFFFF;
	height: 28px;
	line-height: 28px;
	border: 1px solid #F7B500;
	margin-bottom: 15px;
	box-sizing: border-box;
}

.Furniture_main .seach_box input {
	height: 28px;
	text-indent: 1em;
	line-height: 28px;
	bottom: auto;
}

.Furniture_main .seach_box button {
	width: 28px;
	height: 28px;
	right: 10px;
}

.Furniture_nav ul li {
	margin-bottom: 14px;
}

.Furniture_nav ul li a {
	font-size: 16px;
	display: block;
	width: 100%;
	line-height: 58px;
	background: #f1f1f1;
	text-align: center;
}

.Furniture_nav ul li a.active,
.Furniture_nav ul li a:hover {
	background-color: #dbb866;
	color: #FFFFFF;
}

.Furniture_nav {
	width: 180px;
	margin-right: 30px;
}

.Furniture_mian {
	width: 990px;
}

.Furniture_mian ul li a {
	display: block;
	width: 320px;
	height: 215px;
}

.Furniture_mian ul li a img {
	width: 100%;
	height: 100%;
}

.Case_appreciation {
	background-image: url(../images/po_21.png);
}

.Case_appreciation ul {
	justify-content: center;
}

.Case_appreciation li {
	margin-left: 20px;
}

.Case_appreciation li a {
	text-align: center;
	line-height: 50px;
	width: 125px;
	font-size: 16px;
	color: #FFFFFF;
	display: block;
	background-size: 100% 100%;
	background-image: url(../images/ioyu_03.png);
}

.Case_appreciation li a.active,
.Case_appreciation li a:hover {
	background-image: url(../images/yy_03.png);
}

.Case_appreciation-mian .Case_appreciation_mian_li {
	display: flex;
	justify-content: space-between;
	width: 32%;
	margin-right: 3%;
	flex-direction: column;
	height: 436px;
}

.Case_appreciation-mian .Case_appreciation_mian_li:nth-of-type(3n) {
	margin-right: 0;
}

.Case_appreciation_mian_li a {
	display: block;
}

.Investment {
	position: relative;
	background-image: url(../images/iup_03.png);
	background-size: 100% 100%;
	height: 512px;
}

.Investment p {
	position: absolute;
	color: #FFFFFF;
	width: 210px;
	font-size: 18px;
	line-height: 1.6;
}

.Investment_promotion {
	background-color: #f7f7f9;
}

.Investment p:nth-of-type(1) {
	left: 40px;
	top: 50px;
}

.Investment p:nth-of-type(2) {
	left: 40px;
	top: 320px;
}

.Investment p:nth-of-type(3) {
	right: 40px;
	top: 45px;
}

.Investment p:nth-of-type(4) {
	right: 40px;
	top: 330px;
}

.Advertising-strip {
	width: 100%;
}

.Advertising-strip img {
	width: 100%;
}

.corporate .wapper img {
	width: 600px;
	height: 478px;
}

.corporate .text {
	/*background-image: url(../images/op_08.png);*/
	width: 600px;
	height: 478px;
	background-position: left bottom;
	background-repeat: no-repeat;
}

.corporate .text_p {
	margin-top: 155px;
}

.corporate .text p {
	text-align: right;
	color: #000000;
	line-height: 1.6;
	margin-bottom: 15px;
}

.corporate .text p span {
	color: #f7b500;
	font-size: 18px;
}

.corporate-bottom .text {
	/*background-image: url(../images/op_16.png);*/
	background-position: right 60px;
}

.corporate-bottom .text_p {
	margin-top: 50px;
}

.corporate-bottom .text_p p {
	text-align: left;
}

.corporate {
	position: relative;
}

.corporate:after,
.corporate:before {
	background-color: #dbb866;
	width: 100%;
	height: 118px;
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	z-index: -1;
}

.corporate:before {
	top: auto;
	bottom: 0;
}

.corporate .Public_head {
	text-align: right;
	width: 400px;
	float: right;
	margin-top: 15px;
}

.corporate .Public_head h3 {
	color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

.corporate .Public_head h3 span {
	padding: 5px 30px;
	display: inline-block;
	background-color: #c9c9cb;
}

.corporate .Public_head p {
	font-size: 16px;
	color: #FFFFFF;
	line-height: 46px;
}

.News-box .news_list,
.News-box ul {
	width: 48%;
}

.news_list a {
	display: block;
}

.news_list a h3 {
	white-space: nowrap;
	font-weight: normal;
	font-size: 16px;
	line-height: 34px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news_list a span {
	font-size: 12px;
	color: #999999;
}

.news_list a p {
	width: 100%;
	font-size: 14px;
	color: #999999;
	line-height: 1.6;
	margin-top: 8px;
	ext-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.News-box {
	align-items: flex-start;
}

.News-box ul .news_list {
	padding-bottom: 10px;
	width: 100%;
	border-bottom: 1px dashed #cccccc;
	margin-bottom: 10px;
}

.News-box ul .news_list p {
	-webkit-line-clamp: 2;
}

.News-box ul .news_list h3 {
	position: relative;
	padding-left: 12px;
	box-sizing: border-box;
}

.News-box ul .news_list h3:after {
	position: absolute;
	left: 0;
	width: 3px;
	top: 50%;
	height: 16px;
	margin-top: -8px;
	content: "";
	background-color: #f7b500;
}

.Friendship-links dl dt,
.Friendship-links dl dd {
	display: inline-block;
	margin-right: 20px;
}

.Friendship-links dl dd a {
	line-height: 1.8;
}

.Friendship-links dl dt {
	width: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 30px;
	padding: 5px 10px;
	color: #FFFFFF;
	background-color: #f7b500;
}

.Friendship-links dl dt img {
	vertical-align: middle;
	margin-right: 2px;
}

.Friendship-links dl {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.register a:hover {
	color: #f7b500;
}

.news_list:hover h3,
.Friendship-links dl dd a:hover {
	color: #f7b500;
}

.all_gg {
	width: 100%;
	height: 78px;
	position: fixed;
	z-index: 100;
	bottom: 0;
	color: #fff;
	line-height: 78px;
	text-align: center;
	font-size: 24px;
	overflow: hidden;
}

.all_gg .content {
	width: 100%;
	height: 78px;
	background: rgba(0, 0, 0, 0.8);
}

ul.align-item {
    overflow: auto;
}

ul.align-item li {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

ul.align-item li:nth-of-type(3n) {
	margin-right: 0;
}
